home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 301_400 / DISK0310 / DISK0310.ZIP / QM.BAT < prev    next >
DOS Batch File  |  1989-10-05  |  669b  |  22 lines

  1. ECHO OFF
  2. IF NOT EXIST COMMAND.COM GOTO NOCMD
  3. ECHO.
  4. ECHO This BATCH file is for Floppy users.  It sets the Path
  5. ECHO command to allow Qmodem to search both floppy drives for the
  6. ECHO necessary files.  Disk #1 should be in the A: drive and
  7. ECHO Disk #2 should be in the B: drive.
  8. ECHO.
  9. PAUSE When you have these disks inserted,
  10. PATH=A:\;B:\ 
  11. B:QMODEM
  12. GOTO DONE
  13. :NOCMD
  14. ECHO.
  15. ECHO You must have a copy of COMMAND.COM from your bootable DOS
  16. ECHO disk on this floppy for certain commands in Qmodem to
  17. ECHO execute.  After you have copied the file to this disk, you
  18. ECHO can restart the batch file by typing in 'QM' from the DOS
  19. ECHO prompt.
  20. ECHO.
  21. :DONE
  22.